home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Lists Lingo.dir / Scripts_53_Count(aLinearList).ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  258 b   |  10 lines

  1. on mouseDown
  2.   global gDefaultLinearList
  3.   doButton()
  4.   if the result = 1 then
  5.     if ilk(gDefaultLinearList, #linearList) then
  6.       set the text of member "Checking Linear Count Display Field 2" to string(count(gDefaultLinearList))
  7.     end if
  8.   end if
  9. end
  10.